home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 25 / AACD 25.iso / AACD / Sound / MSE / definitions / Test / Tutorial1-B.def < prev    next >
Encoding:
Text File  |  1996-09-08  |  297 b   |  27 lines

  1. Define Device (
  2.     Manufacturer "Test"
  3.     Device "Tutorial1"
  4. )
  5.  
  6. Define Font "Font1" (
  7.     Name "Topaz2.font"
  8.     Size 8
  9. )
  10.  
  11. Define Window "Main" (
  12.     Position 10 20
  13.     Size 400 200
  14.     Border
  15. )
  16.  
  17. Window "Main" (
  18.     Text "Plain Text" (
  19.         Position 20 25
  20.     )
  21.     Text "Shadow Text" (
  22.         Position 20 40
  23.         Color 2
  24.         Shadow
  25.     )
  26. )
  27.